home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / JPSRC11.ARJ / JETBMP.H < prev    next >
C/C++ Source or Header  |  1991-08-03  |  376b  |  15 lines

  1. /*
  2.  *      JET PAK - HP DeskJet and LaserJet series printer utilities
  3.  *
  4.  *      JETBMP header - bitmap utility definitions
  5.  *
  6.  *      Version 1.1 (Public Domain)
  7.  */
  8.  
  9. /* declarations of public functions */
  10. extern int  bitmap_smooth();
  11. extern int  bitmap_compress();
  12. extern int  bitmap_decompress();
  13. extern int  bitmap_lj_to_dj();
  14. extern int  bitmap_dj_to_lj();
  15.